home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / ch01 / config.dis < prev    next >
Encoding:
Text File  |  1994-07-29  |  13.1 KB  |  635 lines

  1. #
  2. # lines that begin with '#' are comment lines
  3. # for boolean variable, 1 = YES, 0 = NO
  4.  
  5. # No additional resolution.
  6.  
  7.  
  8. [SYSTEM]
  9.  
  10. overwrite_confirm=1  # boolean
  11.  
  12. # Double click interval : 1 ... 50
  13. #
  14. double_click_time=4
  15.  
  16. # If you want to use mouse, set this to 1
  17. # You must install mouse driver first.
  18. #
  19. need_install_queue=1
  20.  
  21. # Show text in graphic mode.
  22. # You video card must support 640x480 8 bits
  23. #
  24. # This mode slows down the screen output, but needed for preview
  25. #
  26. need_graphic_text=0
  27.  
  28. # Preview image before loaded
  29. # This implies that need_graphic_text=1
  30. #
  31. # Can be changed within DISPLAY if you set 'need_graphic_text' to 1.
  32. #
  33. need_preview=0
  34.  
  35. # Path to find font.(for contact sheet)
  36. # Be sure to use UNIX style, like c:/display/fonts
  37. #
  38. # If not set, this program will :
  39. #    search environment GRXFONT for path
  40. # or set font path to 'DISPLAY_PATH/fonts'
  41. # or set font path to current path
  42. #
  43. #font_path=c:/display/fonts
  44.  
  45. # Hi/True Color Card R/G/B order :
  46. # 0 : R/G/B, 1 : B/G/R
  47. #
  48. card_rgb_order=0
  49. apply_to_15_16=0
  50.  
  51. # Pseudo 32 bits in TrueColor mode :
  52. # If the pixel size of your video card is 32 bits in TrueColor mode,
  53. #   set this to 1.
  54. # For example, the Diamond Viper card.
  55. #
  56. pseudo_32_bits=0
  57.  
  58. # If you get black screen when returning from graphic mode
  59. # set this to 1.
  60. #
  61. need_set_page=0  # boolean
  62.  
  63. # Test each graphic mode when program begins to run.
  64. # This will take some time.
  65. #
  66. test_each_mode=0
  67.  
  68. # Default filename mask :
  69. # Use ';' as separator
  70. #   e.g. *.gif;*.jpg;*.tga
  71. #
  72. mask=*
  73.  
  74. # User-defined help file:
  75. # Use CTRL-F1 to view this file
  76. #
  77. # If you don't include path, DISPLAY will search DISPLAY_PATH for
  78. #   this file.
  79. #
  80. user_help_file=brief.doc
  81.  
  82. #
  83. # Manually disable some(up to 16) video modes.
  84. # If your video card doesn't support Hi/True Color modes &
  85. #   your video driver does, disable these modes
  86. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  87. #
  88. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  89. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  90. # For additional resolution, Please look at the begin of this file
  91. #
  92. #   Format : video_disable=<display>,<resolution>
  93. #   example: video_disable=0,5 will disable 8-bit,1024x768
  94. # if display < 0, <resolution> for all displays will be disabled
  95. # if resolution < 0, <display> will be disabled
  96. #
  97.  
  98. #
  99. # Bytes per scan line table for TrueColor mode
  100. #   format: bytes_per_line_true=<resolution>,<bytes per line>
  101. #   example: bytes_per_line_true=3,2048
  102. # Default bytes per line are screen_width * bytes_per_pixel
  103. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  104. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  105. # For additional resolution, Please look at the begin of this file
  106. #
  107.  
  108.  
  109. [TEXT]
  110.  
  111. # Text Screen Dimension you prefer :
  112. # Columns. Must >= 80
  113. # Rows. Must >= 25
  114. #
  115. # Will be ignored in graphic text mode.
  116. #
  117. text_columns=80
  118. text_rows=25
  119.  
  120. # Use default text dimension in environment GO32
  121. # and Ignore above setting
  122. #
  123. use_default_text=0
  124.  
  125. # Display Items:
  126. #   File = 0, File & Size = 1, File & Dimension = 2,
  127. #   File & Size & Dimension = 3
  128. #
  129. display_items=1
  130.  
  131. # Read image dimension as late as possible.
  132. # For 'display items' only.
  133. #
  134. delay_read_dimension=0  # boolean
  135.  
  136. # by filename = 0, by extension = 1, by size = 2, by date = 3
  137. # no sort = 4
  138. #
  139. sort_file_method=0
  140.  
  141. # Description file name : (Please read NEW-FAQ)
  142. #
  143. description_file=descript.ion
  144.  
  145. # Show image description in description file
  146. #
  147. show_description=0  # boolean
  148.  
  149. show_hidden_file=1  # boolean
  150.  
  151.  
  152. [GRAPHIC]
  153.  
  154. # Initial display & resolution type when program starts up.
  155. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  156. #
  157. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  158. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  159. # For additional resolution, Please look at the begin of this file
  160. #
  161. display_type=3
  162. resolution_type=3
  163.  
  164. # Screen background color : 0...255
  165. #
  166. background_red=0
  167. background_green=0
  168. background_blue=0
  169.  
  170. # display image at center of screen if image is smaller than
  171. # screen.
  172. #
  173. center_image=1  # boolean
  174.  
  175. # Scrolling step: 1% ... 100% of screen dimension
  176. #
  177. scrolling_step=5
  178.  
  179. # Big crop step. 1 <= step <= 20
  180. # number of columns or rows to be cropped at one time.
  181. #
  182. big_crop_step=5
  183.  
  184. # Reduce/Enlarge image to screen size when it is displayed.
  185. #
  186. fit_to_screen=0  # boolean
  187. smooth_fitting=0  # boolean
  188. zoom_small_image=0  #boolean
  189.  
  190. # Gamma step : 1% .. 50%
  191. # For keys F1-F8 in graphic mode
  192. #
  193. gamma_step=10
  194.  
  195. # Automatically show mouse cursor in graphic mode
  196. #
  197. auto_show_mouse_cursor=1  # boolean
  198.  
  199.  
  200. [AUTO_SELECTION]
  201.  
  202. # Automatically select screen resolution.
  203. # I suggest that you set this to 1.
  204. #
  205. auto_select_resolution=1  # boolean
  206.  
  207. # Auto selection step(for Hi/True Color Card) :
  208. #   1. If 'auto_display_type_xxxxx' is satisfied, return.
  209. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  210. #
  211. # select_best_resolution(for Hi/True Color Card) :
  212. #   Whether consider resolution when changing display type or not.
  213. #   You must set 'auto_select_resolution' to 1 to enable this.
  214. #
  215. # If your video card supports Hi/True Color,
  216. #   setting 'auto_select_display' to 1 will save your time.
  217. # If you have only 8-bit card, set 'auto_select_display' to 0.
  218. #
  219. auto_select_display=1  # boolean
  220. auto_display_type_first=3
  221. auto_display_type_second=2
  222. auto_display_type_third=1
  223. select_best_resolution=1  # boolean
  224.  
  225. # Auto conversion between 8 & 24 bits images before displaying
  226. #
  227. auto_convert_8_24=1  # boolean
  228.  
  229. # Image viewing parameter :
  230. #
  231. # 1. Auto display image when it is loaded
  232. # 2. Auto go back to main menu after viewing image
  233. #
  234. # If you set 'auto_display_image' to 1, I suggest that you also set
  235. #   'auto_select_resolution' and 'auto_select_display' to 1
  236. #
  237. auto_display_image=0
  238. auto_back_to_main=0
  239.  
  240. # Automatically link 24 bits image to 8 bits image.
  241. # For cropping in graphic mode only.
  242. #
  243. # If 8 bits image is cropped, 24 bits image will be cropped, too.
  244. #
  245. auto_link_24_to_8=0  # boolean
  246.  
  247.  
  248. [PROCESS_CONTROL]
  249.  
  250. # these options influence the quality of your image
  251.  
  252. #
  253. # Fixed 256 = 0, Median Cut = 1, Median Cut(Better) = 2,
  254. # Grey 256 = 3, Variance Based = 4, Statistical = 5, Current Palette = 6
  255. # Ordered(fast) = 7, Neural Net(256) = 8
  256. #
  257. # If you don't have enough memory or your computer is slow, try to
  258. # use Ordered quantization.  It is the fastest in DISPLAY.
  259. # You can also try Neural Net quant.: better than Ordered quant., fast.
  260. #
  261. quantization=5
  262.  
  263. dither_in_quantization=1  # boolean
  264.  
  265. jpeg_color_dither=1  # boolean
  266.  
  267. jpeg_block_smooth=0  # boolean
  268.  
  269. # No = 0, 1 Pass = 1, 2 Pass = 2, Grey256 = 3
  270. #
  271. jpeg_quantization=0
  272.  
  273. # FS = 0, Stucki = 1, JJN = 2
  274. #
  275. bw_dither_method=0
  276.  
  277. # More efficient = 0, Efficient = 1
  278. # For color quantization.
  279. #
  280. inverse_color_map=0
  281.  
  282. # How to treat 'numbet of color' when 8-bit image generated.
  283. # Set to Highest Palette number = 0, Remove unused colors = 1,
  284. # Always set to 256 colors = 2, No effect = 3
  285. #
  286. number_of_colors=0
  287.  
  288. # Number of colors for quantization. 2 <= colors <= 256
  289. #
  290. quantization_colors=256
  291.  
  292. # Which Photo-CD image to load
  293. #   0 : Base, 768 x 512       1 : Base/4, 384 x 256
  294. #   2 : Base/16, 192 x 128    3 : 4*Base, 1536 x 1024
  295. #
  296. pcd_image_type=0
  297.  
  298. # Gamma correction after image loading:
  299. # 100 = No correction
  300. # 1% <= gamma <= 1000%
  301. #
  302. red_gamma=100
  303. green_gamma=100
  304. blue_gamma=100
  305.  
  306. # Sample factor for Neural Net quantization:
  307. # 1(best,very slow) <= factor <= 80(worst)
  308. #
  309. neuquant_sample_factor=10
  310.  
  311. # Treat 3 planes FITS image as color image
  312. #
  313. read_fits_color=1  # boolean
  314.  
  315. # Use text/binary viewer to view UNKNOWN format image
  316. # If first 1K bytes are printable, use text viewer
  317. # Otherwise use binary viewer
  318. #
  319. view_unknown=0  # boolean
  320.  
  321.  
  322. [COLOR]
  323.  
  324. # Text Color :
  325. # BLACK = 0, BLUE = 1, GREEN = 2, CYAN = 3, RED = 4, MAGENTA = 5,
  326. # BROWN = 6, LIGHTGRAY = 7, DARKGRAY = 8, LIGHTBLUE = 9,
  327. # LIGHTGREEN = 10, LIGHTCYAN = 11, LIGHTRED = 12, LIGHTMAGENTA = 13,
  328. # YELLOW = 14, WHITE = 15
  329. # Blink = Color + 128, for foreground color
  330. # 0 <= Background <= 7
  331. #
  332. directory_color=15      # for dir item in file selection menu
  333. normal_color=11         # for file item in file selection menu
  334. normal_background=1
  335. tag_color=14            # for tagged file
  336. tag_background=5
  337. select_color=0         # for select bar
  338. select_background=3
  339.  
  340. message_color=14        # for text in top, bottom line
  341. message_background=7
  342. disable_color=9        # for disabled item in selection
  343. disable_background=1
  344. brief_color=15
  345.  
  346. menu_color=15
  347. menu_background=2
  348. menu_disable_color=8
  349. menu_frame_color=7
  350. menu_select_background=0
  351.  
  352. dialog_color=14
  353. dialog_background=2
  354. dialog_frame_color=15
  355.  
  356. input_color=15
  357. input_background=1
  358.  
  359. preview_background=1
  360. preview_frame_color=15
  361.  
  362.  
  363. [DEFAULT]
  364.  
  365. # Default :(For command line image reading)
  366. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  367. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  368. # For additional resolution, Please look at the begin of this file
  369. #
  370. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  371. #
  372. default_resolution=3
  373. default_display_type=0
  374.  
  375. # Default movie display type & resolution :
  376. #
  377. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  378. #
  379. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  380. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  381. # For additional resolution, Please look at the begin of this file
  382. #
  383. def_movie_display=2
  384. def_movie_resolution=0
  385.  
  386.  
  387. [CONTACT_SHEET]
  388.  
  389. # Method :
  390. # 0 : Variable box size,  1 : Fixed box size
  391. #
  392. sheet_method=0
  393.  
  394. # Font name :
  395. #
  396. string_font_name=pc8x16.fnt
  397. title_font_name=cour20bi.fnt
  398.  
  399. # Dimension :
  400. #
  401. sheet_width=800
  402. sheet_height=600
  403. image_min_width=1
  404. image_min_height=1
  405. image_max_width=100000
  406. image_max_height=100000
  407. box_width=80
  408. box_height=80
  409. spacing_horizontal=5
  410. spacing_vertical=5
  411. spacing_image_string=0
  412.  
  413. # Color :
  414. #
  415. sheet_background_red=255
  416. sheet_background_green=255
  417. sheet_background_blue=255
  418. sheet_string_red=0
  419. sheet_string_green=0
  420. sheet_string_blue=0
  421. sheet_title_red=0
  422. sheet_title_green=0
  423. sheet_title_blue=255
  424.  
  425. # Text option :
  426. #
  427. # 0 : Filename only    / string1
  428. # 1 : Filename & Dim.  / string1 & string2
  429. # 2 : Dimension only   / string2
  430. # 3 : None
  431. #
  432. sheet_text_option=1
  433.  
  434. auto_adjust=1  # Automatically adjust spacing
  435.  
  436. # Resize step in preview screen (%) : 1 <= step <= 50
  437. #
  438. resize_step=5
  439.  
  440.  
  441. [SLIDE_SHOW]
  442.  
  443. # Slide show parameters :
  444. #
  445. def_slide_resolution=3
  446. def_slide_display=0
  447. slide_fit=0  # fit to screen ?
  448. slide_scroll=0  # allow to scroll ?
  449. slide_enlarge_small=0  # enlarge small image ?
  450. slide_smooth_fit=0  # smooth fitting ?
  451. slide_preserve=1  # preserve aspect ratio ?
  452. slide_keep_tag=1  # keep tag ?
  453. slide_auto_res=0  # auto change resolution ?
  454. slide_auto_disp=0  # auto change display ?
  455. slide_show_name=0  # show filename ?
  456. slide_time=2  # delay time
  457. slide_loop=0  # loop count
  458.  
  459. # Slide Show Effects:
  460. #
  461. # 0 : Normal,    1 : Palette Fade, 2 : Wipe Out,  3 : Wipe In,
  462. # 4 : Line Down, 5 : Line Up,      6 : Line Left, 7 : Line right,
  463. # 8 : Block
  464. #
  465. special_effect=3
  466.  
  467. # Delay for each effect step
  468. #
  469. slide_effect_delay=5
  470.  
  471.  
  472. [BATCH_CONVERT]
  473.  
  474. # For batch conversion.
  475. #
  476. # To change this section:
  477. #   Edit the fields for batch conversion inside DISPLAY and
  478. #   make them the default and then save the config.dis file (Alt-S)
  479. #
  480. # You can delete the following entries.
  481. #
  482. # =====  BUT DON'T EDIT  =====
  483. #
  484. batch=0,0
  485. batch=2,3
  486. batch=4,256,1,1,2,800,600,0,0,0,0,0
  487.  
  488.  
  489. [TEXT_VIEWER]
  490.  
  491. #
  492. # 0 : ASCII mode, 1 : HEX mode.
  493. #
  494. def_binary_display_mode=1
  495.  
  496.  
  497. [JPEG]
  498.  
  499. #
  500. # Quality : 5..100, Smooth : 0..100
  501. #
  502. quality=90
  503. optimize=1  # boolean
  504. smooth=0
  505.  
  506.  
  507. [SUN_RASTER]
  508.  
  509. #
  510. use_rle=1  # boolean
  511.  
  512.  
  513. [PBM]
  514.  
  515. #
  516. use_raw=1  # boolean
  517.  
  518.  
  519. [TARGA]
  520.  
  521. #
  522. use_rle=1  # boolean
  523.  
  524.  
  525. [WINBMP]
  526.  
  527. #
  528. use_rle=1  # boolean
  529.  
  530.  
  531. [GEM]
  532.  
  533. #
  534. # Plane : 1..8
  535. #
  536. number_of_plane=8
  537.  
  538.  
  539. [XPM]
  540.  
  541. #
  542. # Version : 1 or 3
  543. #
  544. version=1
  545. ascii_name=0  # boolean
  546.  
  547.  
  548. [TIFF]
  549.  
  550. #
  551. # 0 : None, 1 : LZW, 2 : PACKBITS, 3 : FAX3, 4 : FAX4
  552. #
  553. compression=1  # boolean
  554.  
  555.  
  556. [ILBM]
  557.  
  558. #
  559. # Ham bit : 4..6
  560. #
  561. use_rle=1  # boolean
  562. use_ham=0  # boolean
  563. ham_bit=4
  564.  
  565.  
  566. [LASER]
  567.  
  568. #
  569. # dpi = 75, 100, 150, 300.
  570. #
  571. dpi=300
  572.  
  573.  
  574. [YUV]
  575.  
  576. #
  577. ccir601=0  # boolean
  578. split_file=0  # boolean
  579.  
  580.  
  581. [POSTSCRIPT]
  582.  
  583. #
  584. # US Letter = 0, A4 = 1, B5 = 2, US Legal = 3, 11"x17" = 4,
  585. # 4 by 5 = 5, 35mm slide = 6
  586. #
  587. paper_size=1
  588.  
  589. #
  590. # Portrait = 0, Landscape = 1
  591. #
  592. orientation=0
  593.  
  594. #
  595. compress=1  # boolean
  596.  
  597. #
  598. max_image=0  # boolean
  599.  
  600. #
  601. # Standard dot per inch for 100% scale
  602. #   36 <= dpi <= 144, default is 72
  603. #
  604. standard_dpi=72
  605.  
  606.  
  607. [MPEG_MOVIE]
  608.  
  609. # Default MPEG display type & resolution :
  610. #
  611. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  612. #
  613. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  614. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  615. # For additional resolution, Please look at the begin of this file
  616. #
  617. mpeg_display=0
  618. mpeg_resolution=0
  619.  
  620. # Dithering method for 8-bit display :
  621. # Gray = 0, FS2 = 1, FS4 = 2, Ordered2 = 3, Ordered = 4
  622. #
  623. mpeg_dither=4
  624.  
  625. # number of levels for L , Cr , Cb (8-bit display only)
  626. #  L,Cr,Cb >= 2 and L * Cr * Cb <= 256
  627. #
  628. mpeg_level=16,4,4
  629.  
  630.  
  631. [IFF_ANIM]
  632.  
  633. #
  634. have_loop_back_frame=1  # boolean
  635.